projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
086d05b
)
GtkAboutDialog: Make credits section keyboard navigatable
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 May 2015 14:42:15 +0000
(10:42 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 May 2015 15:55:57 +0000
(11:55 -0400)
Its the right thing to do.
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 374800d24d0a5a5b58a7979c02d3b9064635ebe7..24780fc4d34a25f766c1564d732387fdf308bdc1 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-2288,6
+2288,7
@@
add_credits_section (GtkAboutDialog *about,
label = gtk_label_new (str->str);
gtk_label_set_use_markup (GTK_LABEL (label), TRUE);
+ gtk_label_set_selectable (GTK_LABEL (label), TRUE);
g_signal_connect_swapped (label, "activate-link",
G_CALLBACK (emit_activate_link), about);
g_string_free (str, TRUE);